* {
    padding: 0;
    margin: 0;
}

html {
    overflow-x: hidden;
}

/* Navbar  */
.navbar {
    background-color: black;
}

.navbar-nav {
    width: 100%;
    justify-content: end;
}

.navbar-brand {
    font-size: 30px !important;
    font-weight: 700;
    font-family: "Outfit", sans-serif;
    color: white !important;
}

.nav-item:nth-child(4) {
    margin-right: 200px;

}

.nav-item:nth-child(5) {
    background-color: #FF6E00;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 5px;
    width: 120px;
    padding: 2px 18px;
    font-weight: 400;
    font-family: "Outfit", sans-serif;

}

.nav-item {
    width: 95px;

}

.nav-link:hover {
    color: #FF6E00 !important;
}

.nav-item a {
    color: white !important;
    font-size: 18px;
}

.Login-button:hover {
    color: white !important;
}

.dropdown-menu {
    background-color: black !important;
    border: 1px solid white;
}

.dropdown-menu .dropdown-item {
    color: white !important;
}

.dropdown-menu .dropdown-item:hover {
    background-color: gray;
    ;
}

/* slider */
.slider {
    background: linear-gradient(360deg, #FFF6EF, #FFFFFF);

}

.content-div-slider {
    padding: 140px 0;
}

.content-div-slider h1 {
    color: black;
    font-family: "Outfit", sans-serif;
    font-size: 65px;
    font-weight: 600;

}

.content-div-slider p {
    color: rgb(82, 82, 82);
    font-size: 18px;
    font-family: "Inter", serif;
    padding-top: 20px;
}

.button-div input {
    border-radius: 20px;
    padding: 10px;
    padding-right: 100px;
    border: 2px solid #FF6E00;
    outline: none;
}

.button-div input::placeholder {
    padding-left: 20px;
}

.button-div a {
    background-color: #FF6E00;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 10px 20px;
    margin-left: -40px;
    text-decoration: none;
    color: white;
    font-family: "Outfit", sans-serif;



}

.image-div-slider {
    padding-top: 50px;
}

.image-div-slider img {
    width: 100%;

}

/*  partner  */
.main-partner {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    column-gap: 10px;
    margin-top: 70px;
}

.main-partner .two h1 {
    font-size: 16px;
}

.main-partner .one {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-partner .one img {
    width: 70%;
}

.second-div-partner {
    display: none;
}

.second-div-partner .main-spr .text-head {
    width: 100%;
    text-align: center;
}

.second-div-partner .main-spr .text-head h1 {
    font-size: 18px;
}

.second-div-partner .main-spr .spr {
    margin-top: 30px;
}

/* swiper slider */
.second-div-partner .main-spr .spr .swiper {
    width: 100%;
    height: 100%;
}


.second-div-partner .main-spr .spr .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.second-div-partner .main-spr .spr .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* services-section */
.services-section {
    background: linear-gradient(180deg, rgba(255, 233, 233, 1) 75%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%);
    width: 90%;
    margin: 0 auto;
    border-radius: 50px;
    margin-top: 70px;
}

.services-header {
    display: flex;
    justify-content: space-between;
    padding: 50px 80px;

}

.services-header h1 {
    font-size: 46px;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    color: black;
}

.services-header a {
    text-decoration: none;
    color: #FF6E00;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}

.services-header a i {
    padding-top: 10px;
    padding-left: 10px;
}

.main-services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    width: 95%;
    margin: 0 auto;
}

.services-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.205);

}

.services-card h1 {
    font-family: "Outfit", sans-serif;
    font-size: 25px;
    color: rgb(84, 84, 84);
    font-weight: 500;
    margin-bottom: 20px;
}

.services-card p {
    font-family: "Inter", serif;
    font-size: 18px;
    color: gray;
    margin-top: 10px;
    display: inline-block;
    width: 300px;
}

.services-card p i {
    color: #FF6E00;
    margin-right: 10px;
}

.services-card a {
    background-color: #FF6E00;
    text-decoration: none;
    color: white;
    padding: 10px 15px;
    border-radius: 20px;
    margin-top: 20px;
    display: inline-block;
}

.services-card a:hover {
    color: white;
}

.team-content {
    text-align: center;
    padding: 80px 0;
}

.team-content h1 {
    color: black;
    font-size: 46px;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
}

.team-content p {
    color: black;
    font-size: 18px;
    font-family: "Inter", serif;
}

/* swiper */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.team .swiper-wrapper {
    height: 500px !important;
    padding-top: 10px;
    padding-left: 5px;
    padding-bottom: 50px;

}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-card {
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(183, 182, 182, 0.355);
    padding: 25px;
}

.team-card img {
    width: 100%;

}

.team-card h1 {
    font-size: 20px;
    color: black;
    font-weight: 600;
    font-family: "Outfit", sans-serif;
    margin-top: 20px;
}

.team-card p {
    font-size: 14px;
    font-family: "Inter", serif;
    margin-top: -5px;
    color: gray;

}

.one-team {
    width: 40px;
    margin-left: 10px;


}

.icon-team {
    margin-top: 30px;
    display: inline-block;
    justify-content: center;
}

.one-team i {
    color: #FF6E00;
    font-size: 25px;
}

.mySwiper {

    width: 90%;
    /* width: 100px; */
    padding: 18px;
    margin: 0 auto;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #ff8100 !important;
    width: 20px !important;
    height: 20px !important;

}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    display: flex;
    justify-content: center;
    align-items: center;

}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    height: 12px;
    width: 12px;

}


/* softwere div */
.softwere {
    padding-top: 50px;
}

.softwere-image img {
    width: 100%;
}

.softwere-content {
    width: 80%;
    margin: 0 auto;
    padding-top: 120px;
}

.softwere-content h1 {
    font-size: 46px;
    font-weight: 600;
    font-family: "Outfit", sans-serif;
    color: black;
}

.softwere-content p {
    font-size: 14px;
    font-family: "Inter", serif;
    line-height: 25px;
    color: rgb(75, 74, 74);
    margin-top: 15px;

}

.softwere-content a {
    text-decoration: none;

    background-color: #FF6E00;
    color: white;
    padding: 12px 18px;
    border-radius: 5px;
    margin-top: 15px;
    display: inline-block;
}

a:hover {
    color: white !important;
}

.progress-div {
    display: flex;
}

.progress-circle {
    display: flex;


}

.progress-circle:nth-child(2) {
    margin-left: 60px;
}

.progress-circle p {
    color: black;
    font-weight: 700;
    font-size: 20px;
    margin-top: 40px;
    margin-left: -65px;
    font-family: "Inter", serif;

}

.progress-circle h1 {
    margin-left: 40px;
    color: rgb(61, 60, 60);
    font-size: 18px;
    font-family: "Outfit", sans-serif;
    margin-top: 30px;
    font-weight: 600;
}

svg {
    transform: rotate(-90deg);

}

.progress {
    animation: progressAnimation 3s ease-out forwards infinite;
    animation-delay: 1s;

}


@keyframes progressAnimation {
    0% {
        stroke-dashoffset: 420;
    }

    100% {
        stroke-dashoffset: 20;
    }
}

.button-div-solution a {

    text-decoration: none;

    background-color: #FF6E00;
    color: white;
    padding: 12px 18px;
    border-radius: 5px;
    margin-top: 15px;
    display: inline-block;

}

.button-div-solution {
    width: 100%;
    padding-top: 20px;
    display: flex;

}

.button-div-solution img {
    width: 25%;
    height: 45px;
    margin-left: 50px;
    margin-top: 20px;
}

.button-div-solution p {
    color: black;
    font-weight: 600;
    margin-left: 20px;
    margin-top: 30px;
}

.solution-content .soft {
    font-size: 46px;
    font-weight: 600;
    font-family: "Outfit", sans-serif;
}

.solution-content .fost {
    font-size: 14px;
    line-height: 25px;
    font-family: "Inter", serif;
    margin-top: 20px;
}

.solution-content {
    padding: 80px 0;
}

.progress-div {
    margin-top: 20px;
    margin-bottom: 20px;
}

.image-solution-div {
    width: 95%;
    padding-top: 80px;
}

.image-solution-div img {
    width: 100%;
}

.portfolio-header {
    text-align: center;
    padding-top: 70px;
}

.portfolio-header p {
    font-size: 22px;
    font-family: "Inter", serif;
    font-weight: 500;
    color: #FF6E00;
}

.portfolio-header h1 {
    font-weight: 600;
    font-family: "Outfit", sans-serif;
    font-size: 46px;
    color: black;
}

.portfolio-div {
    background-image: url(../Image/image\ \(1\).jpg);
    padding: 150px 0;
    padding-bottom: 120px;
    padding-top: 250px;
    background-size: 100% 100%;
    margin-top: -90px;
}

.box-1 {
    width: 100%;

    display: flex;
}

.box-content {
    background-color: #F0D9D0;
    border-radius: 30px;
    height: 150px;
    position: relative;
    margin-top: 65px;
    width: 80%;
    padding: 30px 35px 20px 35px;
    margin-left: 30px;
}

.box-content h1 {
    font-size: 22px;
    color: rgb(103, 102, 102);
    font-family: "Outfit", sans-serif;
    font-weight: 500;
}

.box-content a {
    margin-top: 10px;
    display: inline-block;
    background-color: #D5C0B8;
    padding: 5px 20px;
    border-radius: 20px;
    color: #676666;
}

.box-1 img {
    width: 22%;
    position: absolute;
    margin-left: 18%;
}

.box-1:nth-child(2) {
    margin-top: 100px;

}

.boxx-content {
    background-color: #F0D9D0;
    border-radius: 30px;
    height: 150px;
    position: relative;
    margin-top: 150px;
    width: 70%;
    padding: 30px 35px 20px 35px;
    margin-left: 180px;
    text-align: end;
}

.box-2 img {
    width: 22%;
    position: absolute;
    z-index: 999;
    margin-top: -80px;


}

.box-2 {

    margin-top: 50px;
}

.boxx-content h1 {
    font-size: 22px;
    color: rgb(103, 102, 102);
    font-family: "Outfit", sans-serif;
    font-weight: 500;


}

.boxx-content a {
    margin-top: 10px;
    display: inline-block;
    background-color: #D5C0B8;
    padding: 5px 20px;
    border-radius: 20px;
    color: #676666;
}

/* main-fq */
.main-fq {
    padding: 100px 0 50px 0;
}

.main-fq h1 {
    color: black;
    font-size: 46px;
    font-weight: 600;
    font-family: "Outfit", sans-serif;

}

.main-fq p {
    font-family: "Inter", serif;
    font-size: 18px;
    color: black;
    margin-top: 20px;

}

.main-fq img {
    width: 80%;
    margin-top: 20px;
}

.fq-text {
    padding-top: 300px;
}

.accordion-item {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    box-shadow: none !important;
    appearance: none !important;
    margin-top: 20px;
}

.accordion-button:focus {
    box-shadow: none !important;
    background-color: none !important;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: #FF6E00 !important;
}

.accordion-button::after {
    margin-left: -380px !important;
}

.accordion-button {
    margin-left: 30px;
    color: black;
    font-size: 18px !important;
    font-weight: 600 !important;
    font-family: "Outfit", sans-serif !important;
}

.client-header {
    text-align: center;
    width: 100%;
    padding-top: 50px;
}

.client-header h1 {
    color: black;
    font-weight: 600;
    font-family: "Outfit", sans-serif;
    font-size: 46px;


}

.client-header p {
    color: black;
    font-size: 18px;
    font-family: "Inter", serif;

}

/* client-main-div */
.client-main-div {
    background-image: url(../Image/client\ bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 50px;

}

.client-main-div .swiper {
    width: 55%;
    height: 90vh;
}

.client-main-div .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;

    display: flex;
    justify-content: center;
    align-items: center;
    height: 800px;
}

.mySwiperOne .swiper-slide img {
    display: block;
    width: 40%;
    height: 40%;
    object-fit: cover;

}


.img-client {
    width: 100%;
    display: flex;
    justify-content: center;


}

.client-main-div .mySwiperOne .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;

    display: inline-block;
    justify-content: center;
    align-items: center;
    height: 800px;
}

.client-main-div .mySwiperOne .swiper-slide img {
    display: block;
    width: 45%;
    height: 45%;
    object-fit: cover;
}

/* .client-main-div .mySwiperOne .swiper {
    width: 55%;
    height: 90vh;
} */

.client-main-div .content-client-section {
    width: 100%;
    display: inline-block;
    background-color: white;
    box-shadow: 0px 0px 15px rgba(128, 128, 128, 0.153) !important;
    /* clip-path: polygon(0 10%, 46% 10%, 50% 0, 54% 10%, 100% 10%, 100% 100%, 0 100%); */
    padding: 40px;
    padding-bottom: 30px;
    padding-top: 40px;
    margin-top: 4px;
    display: inline-table;
}

.content-client-section .ShapeIcon::after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 60px;
    height: 60px;
    transform: rotate(-135deg);
    margin-top: -70px;
    left: 46%;
    box-shadow: 5px 5px 10px rgba(128, 128, 128, 0.036);

}

.client-main-div .content-text {
    display: flex;


}

.client-main-div .content-text p {
    font-size: 16px;
    font-family: "Inter", serif;
    margin-top: 10px;

}

.client-main-div .content-client-section h1 {
    font-size: 20px;
    color: black;
    font-family: "Outfit", sans-serif;
}

.client-main-div .content-client-section .content-text img {
    width: 8%;
    margin-top: 0px !important;
    margin-right: 20px;

}

.client-main-div .content-client-section .content-text img:nth-child(3) {
    margin-top: 70px !important;
    width: 5%;
}

.content-client-section .icon img {
    width: 22% !important;
    margin: 0 auto;
    margin-top: 20px !important;

}

.mySwiperOne {
    width: 60% !important;
    padding: 0 20px !important;
}

/* startup-div */


.startup-div {
    width: 100%;
    background: linear-gradient(90deg, #FF7101, #FDD01F);
    border-radius: 40px;
    display: flex;
    padding: 30px 30px 20px 50px;
    margin-top: -150px;


}

.startup-div img {
    width: 15%;
}

.startup-div h1 {
    position: absolute;
    margin-left: 80px;
    margin-top: 50px;
    font-family: "Outfit", sans-serif;
    font-size: 46px;
    color: white;
    width: 50%;


}

.startup-div a {
    margin-left: auto;
    margin-top: 80px;
    margin-right: 50px;
    background-color: #FEAE14;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 210px;
    height: 60px;
    padding: 20px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    font-family: "Inter", serif;
    font-weight: 400;
}

.startup-div a i {
    margin-left: 10px;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #ff8100 !important;
    width: 15px !important;
    height: 15px !important;
}

/* pricing-header */
.pricing-header {
    text-align: center;
    padding: 80px 0 50px 0;
}

.pricing-header h1 {
    font-size: 46px;
    color: black;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
}

.pricing-header p {
    font-size: 18px;
    color: black;
    font-family: "Inter", serif;
    margin-top: 10px;
}

.procing-box-main {

    width: 100%;

}

.procing-box-main .nav {
    justify-content: center;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: black !important;

}

.box-pricing-one {
    display: grid;
    grid-template-columns: 28% 38% 28%;
    column-gap: 2%;
}

.box-one h1 {
    color: #FF6E00;
    font-weight: 700;
    font-size: 32px;
    font-family: "Inter", serif;
}

.box-one p {
    color: gray;
    font-size: 16px;
    margin-top: 40px;
    font-family: "Inter", serif;
}

.box-one a {
    background-color: #FF6E00;
    padding: 12px 40px;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Outfit", sans-serif;
    margin-top: 30px;
    display: inline-block;
}

.main-startup {
    background-color: #FFE8D6;
    margin-top: 150px;
    position: relative;
    padding-bottom: 80px;
}

.box-one {
    padding: 150px 20px 20px 60px;
    border-radius: 20px;
    background-color: #fff;
    margin-left: 30px;
    position: relative;
    height: 450px;
    margin-top: 40px;

}

.box-one::before {
    content: "";
    height: 50px;
    width: 28px;
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='34' viewBox='0 0 30 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0H0L30 33.6485V0Z' fill='%23FFC08F'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    position: absolute;

    left: -29px;
    top: 105px;
    /* left: 0;
    top: 0; */


}

.box-one::after {
    content: "Personal Package";
    text-align: center;
    color: white;
    font-size: 22px;
    padding-top: 18px;
    font-weight: 600;

    height: 70px;
    width: 100%;
    background-color: #FF6F00;
    position: absolute;
    left: -28px;
    top: 35px;
    clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);

}



/* box two */
.box-two h1 {
    color: #FF6E00;
    font-weight: 700;
    font-size: 45px;
    font-family: "Inter", serif;
}

.box-two p {
    color: gray;
    font-size: 19px;
    margin-top: 40px;
    font-family: "Inter", serif;
}

.box-two a {
    background-color: #109415;
    padding: 12px 50px;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 400;
    font-family: "Outfit", sans-serif;
    margin-top: 50px;
    display: inline-block;
}



.box-two {
    padding: 150px 20px 80px 60px;
    border-radius: 20px;
    background-color: #fff;
    margin-left: 30px;
    position: relative;
    width: 80%;
    margin: 0 auto;

}

.box-two::before {
    content: "";
    height: 50px;
    width: 28px;
    background-image: url("data:image/svg+xml,%3Csvg width='38' height='44' viewBox='0 0 38 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M38 43.5L0 0H38V43.5Z' fill='%2385BD73'/%3E%3C/svg%3E%0A");
    ;
    background-repeat: no-repeat;
    position: absolute;

    left: -28px;
    top: 120px;
    /* left: 0;
    top: 0; */


}

.box-two::after {
    content: "Professional Package";
    text-align: center;
    color: white;
    font-size: 28px;
    padding-top: 20px;
    font-weight: 600;

    height: 85px;
    width: 100%;
    background-color: #109415;
    position: absolute;
    left: -28px;
    top: 35px;
    clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
}

/* three box */



.box-three h1 {
    color: #FF6E00;
    font-weight: 700;
    font-size: 32px;
    font-family: "Inter", serif;
}

.box-three p {
    color: gray;
    font-size: 16px;
    margin-top: 40px;
    font-family: "Inter", serif;
}

.box-three a {
    background-color: #FF6E00;
    padding: 12px 40px;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Outfit", sans-serif;
    margin-top: 30px;
    display: inline-block;
}



.box-three {
    padding: 150px 20px 20px 60px;
    border-radius: 20px;
    background-color: #fff;
    margin-left: 30px;
    position: relative;
    height: 450px;
    margin-top: 40px;

}

.box-three::before {
    content: "";
    height: 50px;
    width: 28px;
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='34' viewBox='0 0 30 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0H0L30 33.6485V0Z' fill='%23FFC08F'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    position: absolute;

    left: -29px;
    top: 105px;
    /* left: 0;
    top: 0; */


}

.box-three::after {
    content: "Personal Package";
    text-align: center;
    color: white;
    font-size: 22px;
    padding-top: 18px;
    font-weight: 600;

    height: 70px;
    width: 100%;
    background-color: #FF6F00;
    position: absolute;
    left: -28px;
    top: 35px;
    clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);

}

.procing-box-main .nav-pills {
    margin-bottom: 50px !important;
}

/* bloge */
.bloge-header {
    padding: 80px 0;
    text-align: center;
}

.bloge-header h1 {
    font-size: 46px;
    color: black;
    font-weight: 600;
    font-family: "Outfit", sans-serif;

}

.bloge-header p {
    color: black;
    font-size: 18px;
    font-family: "Inter", serif;

}

.bloge-main {
    display: grid;
    grid-template-columns: 42% 56%;
    column-gap: 4%;
    padding-bottom: 130px;

}

.first-bloge .card-one img {
    width: 100%;
}

.msg-div {
    display: flex;
    padding: 50px 0 30px 50px;
}

.one-msg {
    display: flex;
    justify-content: center;

}

.one-msg:nth-child(2) {
    margin-left: 100px;
}

.one-msg i {
    color: gray;
    font-size: 20px;
    margin-right: 10px;
    margin-top: 2px;
}

.one-msg p {
    color: gray;
    font-weight: 600;

}

.card-one h1 {
    font-family: "Outfit", sans-serif;
    font-size: 30px;
    width: 80%;
    padding-left: 50px;
    color: black;
}

.card-one .button-div {
    display: flex;
    padding-left: 50px;
    margin-top: 40px;
}

.card-one .button-div p {
    color: gray;
    font-weight: 500;
    font-size: 18px;
    font-family: "Inter", serif;

}

.card-one .button-div a {
    margin-left: 150px;
    background-color: #FFB67D;
    font-size: 20px;
}

.second-bloge .bloge-card-2 {

    display: flex;
}

.image-div-bloge img {
    width: 350px;

}

.content-div-bloge h1 {
    color: black;
    font-size: 20px;
    padding-left: 50px;
    width: 350px;
    margin-top: 20px;
    font-family: "Outfit", sans-serif;

}

.content-div-bloge .msg-div {
    padding: 10px 0 2px 50px;
}

.content-div-bloge .msg-div .one-msg:nth-child(2) {
    margin-left: 30px;
}

.content-div-bloge .msg-div .one-msg i {
    font-size: 15px;
}

.content-div-bloge .msg-div .one-msg p {
    font-size: 12px;
}

.content-div-bloge .button-div {
    display: flex;
    padding-left: 50px;
    margin-top: 5px;
}

.content-div-bloge .button-div p {
    color: gray;
    font-weight: 500;
    font-size: 12px;
    font-family: "Inter", serif;

}

.content-div-bloge .button-div a {
    margin-left: 60px;
    background-color: #FFB67D;
    font-size: 15px;
    height: 30px;
    width: 20px;
    margin-top: -4px;
}

.bloge-card-2:nth-child(2) {
    margin-top: 20px;
}

.bloge-card-2:nth-child(3) {
    margin-top: 20px;
}

/* footer */

.footer-main {
    display: grid;
    grid-template-columns: 25% 15% 15% 15% 23%;
    column-gap: 20px;
    padding: 50px 0 20px 0;

}

footer {
    background-color: #182D36;
}

.footer-main .footer-one img {
    width: 50%;
}

.footer-main .footer-one .last-f img {
    width: 1px;
    height: 80px;
    margin-top: 15px;
}

.footer-main .footer-one .last-f {
    display: flex;
    padding-left: 20px;
}

.footer-main .footer-one .last-f p {
    padding-left: 20px;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.742);
    line-height: 23px;
    font-family: "Inter", serif;
}

.footer-main .footer-one p {
    color: white;
    font-family: "Inter", serif;
    margin-top: 30px;
}

.footer-two h1 {
    color: white;
    font-family: "Outfit", sans-serif;
    font-size: 24px;
    text-align: center;
    font-weight: 400;

}

.footer-two ul {
    list-style: none;
    color: white;
    padding-top: 30px;
    padding-left: 55px;

}

.footer-two ul li {
    margin-top: 15px;
}

.footer-last {
    text-align: center;

}

.footer-last input {
    width: 90%;
    display: block;
    margin-left: auto;
    padding: 10px 0 10px 20px;
    border: 1px solid white;
    background-color: transparent;
    color: gray;
    margin-top: 60px;
}

.footer-last .btn-footer a {
    width: 90%;
    display: block;
    margin-left: auto;
    background-color: #fff;
    color: #182D36;
    padding: 10px 0;
    margin-top: 15px;
    font-family: "Outfit", sans-serif;
    text-decoration: none;



}

.footer-last .btn-footer a i {
    margin-left: 10px;
}

.footer-last h1 {
    color: white;
    font-family: "Outfit", sans-serif;
    font-size: 24px;
    text-align: center;
    font-weight: 400;

}

.footer-last .btn-footer a:hover {
    color: white !important;
    outline: 1px solid white;
    background-color: transparent;
    transition: 0.5s;
}

.icon-footer-last ul {
    display: flex;
    list-style: none;
    margin-top: 20px;

}

.icon-footer-last ul li {
    background-color: #364850;
    border-radius: 10px;
    height: 50px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;

}

.icon-footer-last ul li:nth-child(1) {
    margin: 0;
}

.icon-footer-last ul li a {
    padding: 0;
    margin: 0 !important;
    background-color: transparent;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;

}

.icon-footer-last ul li a i {
    margin-left: 0;
    color: white;
    font-size: 30px;
}

.icon-footer-last ul li:hover a i {
    color: #182D36 !important;
    transition: 0.5s;

}

.icon-footer-last ul li:hover {
    background-color: white;
    transition: 0.5s;
}




/* about us Page css */

.about_us {
    padding-bottom: 50px;
}

.content-div span {
    color: #FF6E00 !important;
    font-size: 20px;
    font-family: "Inter", serif;
}

.content-div h1 {
    font-size: 46px;
    font-weight: 600;
    font-family: "Outfit", sans-serif;
    width: 500px;
}

.content-div p {
    font-size: 18px;
    font-family: "Inter", serif;

}


.content-div {
    padding-top: 80px;
}

.content-div a {
    background-color: #FF6E00;
    padding: 15px 15px;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
    display: inline-block;
}


.about_us .image-div img {
    width: 80%;
    margin: 0 auto;
    display: flex;
}


/* contact us div */

.contactus {
    background-color: #000000 !important;

}

.contact-content {
    padding-top: 120px;
}

.contact-content h1 {
    color: white !important;
    font-size: 46px;
    font-weight: 600;
    font-family: "Outfit", sans-serif;
}

.contact-content p {
    color: white;
    font-size: 18px;
    font-family: "Inter", serif;

}

.contact-content a {
    background-color: #FF6E00;
    padding: 15px 15px;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
    display: inline-block;
}

.contactus .image-contact img {
    width: 80%;
    display: flex;
    margin: 0 auto;
}

.extraclass {
    height: 200px;
    width: 250px;
    background-color: #FF6E00 !important;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    margin-top: -20px;
}

/* media */




@media (max-width:767.99px) {



    .content-div-slider {
        padding: 20px 0;
    }

    .content-div-slider h1 {
        font-size: 34px;
    }

    .content-div-slider p {
        font-size: 12px;
    }

    .second-div-partner {
        display: block;
        padding-top: 20px;
    }

    .main-partner {
        display: none;

    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        display: none;
    }

    .services-header {
        padding: 50px 30px 20px 50px;
    }

    .services-header h1 {
        font-size: 20px;
    }

    .services-header a {
        font-size: 10px;
        width: 150px;
    }

    .services-header a i {
        margin-top: -6px;
    }

    .main-services {
        display: grid;
        grid-template-columns: repeat(1, 1fr);

        width: 100%;
        margin: 0 auto;
    }

    .services-card {
        margin-left: 0;
        padding: 40px;
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;

    }

    .services-card h1 {
        font-size: 16px;
    }

    .services-card p {
        font-size: 14px;
        width: 250px;

    }

    .services-section {
        width: 100%;
        padding-bottom: 450px;
    }

    .team-content {
        margin-top: -436px;
    }

    .team-content h1 {
        font-size: 24px;
    }

    .team-content p {
        font-size: 12px;
    }

    .mySwiper {
        margin-top: -250px;
    }

    .softwere {
        padding-top: 0;
    }

    .softwere-content h1 {
        font-size: 24px;
    }

    .softwere-content {
        padding-top: 50px;
    }

    .softwere-content p {
        font-size: 12px;
    }

    .solution-content {
        padding: 50px 0;
    }

    .solution-content .soft {
        font-size: 24px;
        padding-left: 40px;
    }

    .solution-content .fost {
        padding-left: 40px;
        font-size: 12px;
    }

    .progress-circle h1 {
        margin-left: 30px;
        font-size: 16px;
    }

    .progress-circle:nth-child(2) {
        margin-left: 20px;
    }

    .button-div-solution a {
        padding: 0;
        width: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .button-div-solution img {
        height: 36px;
    }

    .portfolio-header {
        display: none;
    }


    .portfolio-div {
        display: none;
    }

    .main-fq h1 {
        font-size: 24px;
    }

    .main-fq p {
        font-size: 12px;
    }

    .fq-text {
        padding: 20px;
        overflow: hidden;

    }

    .button-div a {
        margin-left: -85px;
    }

    .accordion-button {
        display: block !important;
    }

    .progress-div {
        display: block !important;
    }

    .accordion-item:first-of-type .accordion-button {
        margin-left: 0;

    }

    .accordion-button {
        margin-left: 0;
    }

    .client-header h1 {
        font-size: 24px;
    }

    .client-header p {
        font-size: 12px;
    }

    .client-main-div .swiper {
        width: 100% !important;
    }

    .client-main-div {
        background-position: center;
        background-size: contain;
    }

    .startup-div h1 {
        font-size: 24px;
        margin: 0;
        width: 80%;

    }

    .startup-div a {
        font-size: 10px;
        padding: 5px;
        width: 150px;
        height: 45px;
        margin-right: 150px;
    }

    .pricing-header h1 {
        font-size: 24px;
    }

    .pricing-header p {
        font-size: 12px;
    }

    .box-pricing-one {
        display: grid;
        grid-template-columns: repeat(1, 1fr);

    }

    .startup-div {
        display: none;
    }

    .main-startup {
        margin-top: 0;
    }

    .box-two {
        width: 93%;
        margin-left: 28px;
        margin-top: 20px;
    }

    .box-three {
        margin-top: 20px;
    }

    .bloge-header {
        padding: 50px 0;
    }

    .bloge-header h1 {
        font-size: 24px;
    }

    .bloge-header p {
        font-size: 12px;
    }

    .bloge-main {
        display: grid;
        grid-template-columns: repeat(1, 1fr);


    }

    .first-bloge {
        width: 100%;
    }

    .first-bloge .card-one img {
        width: 98%;
    }

    .msg-div {
        padding: 50px 0 30px 20px;
    }

    .one-msg p {
        font-size: 12px;
    }

    .card-one h1 {
        font-size: 24px;
        width: 100%;
        padding: 10px;
    }

    .card-one .button-div {
        padding: 10px;
        margin-top: 10px;
    }

    .one-msg:nth-child(2) {
        margin-left: 50px;
    }

    .card-one .button-div p {
        font-size: 12px;
    }

    .second-bloge .bloge-card-2 {
        display: inline-block;
    }

    .content-div-bloge h1 {
        padding: 0;
        margin-top: 50px;
    }

    .content-div-bloge .msg-div {
        padding-left: 0;
    }

    .content-div-bloge .button-div {
        padding-left: 0;
    }

    .card-one .button-div a {
        padding: 0;
        width: 50px;
        height: 30px;
    }

    .image-div-bloge img {
        width: 97%;
        margin-top: 30px;
    }

    .footer-main {
        grid-template-columns: auto;
    }

    .footer-two h1 {
        padding-left: 55px;
        text-align: start;
        margin-top: 30px;
    }

    .footer-last h1 {
        padding-left: 55px;
        text-align: start;
        margin-top: 30px;
    }
}


.loder {
    position: absolute;
    top: 0;

    height: 100vh;
    width: 100%;
    background-color: #000000;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center !important;

}

.counter {
    position: relative;

    font-size: 100px;
    color: white;
    font-weight: 800;
    flex-direction: column;


}

.counter::after {
    content: "%";
    
}

.loder.active {

    transition: ease-in-out 2s;
    transition: 1s;
    opacity: 0;


}

.hide {
    opacity: 0;
    transition: 1s;
    pointer-events: none;
    -webkit-transition: 1s;
}

.rotate {
    height: 10px;
    width: 300px;
    background-color: white;
    z-index: 1000000;

    border-radius: 20px;
    position: absolute;
    margin-top: 10%;




}

.rotate .inner {
    height: 10px;
    width: 0px;
    border-radius: 20px;
    background-color: #FF6E00;
    animation: rotate 3.2s linear;


}


@keyframes rotate {
    0% {
        width: 0;

    }

    100% {
        width: 100%;

    }
}